76c9870413a00bb03851480b948c6f0065b6314f,portal-web/test/com/liferay/portalweb/demo/dynamicdata/kaleoticketdefinitionworkflow/AddPageKaleoFormsTest.java,AddPageKaleoFormsTest,testAddPageKaleoForms,#,24

Before Change


 */
public class AddPageKaleoFormsTest extends BaseTestCase {
	public void testAddPageKaleoForms() throws Exception {
		selenium.selectFrame("relative=top");
		selenium.open("/web/guest/home/");
		loadRequiredJavaScriptModules();
		selenium.clickAt("//nav[@id='navigation']",

After Change



		assertEquals(RuntimeVariables.replace("Add"),
			selenium.getText("//li[@id='_145_addContent']/a/span"));
		selenium.mouseOver("//li[@id='_145_addContent']/a/span");

		for (int second = 0;; second++) {
			if (second >= 90) {